Html Css Color HEX #EF7FCE Tea Rose

📋 copy color: '#EF7FCE'

red 239 ◦ green 127 ◦ blue 206

#EF7FCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #EF7FCE

Tints of Tea Rose #EF7FCE

RGB

 RED value IS 239 (93.75% from 255) = 41.78%

 GREEN value IS 127 (50% from 255) = 22.2%

 BLUE value IS 206 (80.86% from 255) = 36.01%

R = 41.78%
G = 22.2%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF7FCE (or 0xEF7FCE) is known color: Tea Rose. HEX triplet: EF, 7F and CE. RGB value is (239,127,206). Sum of RGB (Red+Green+Blue) = 239+127+206=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FCE is #108031. Grayscale: #A9A9A9. Windows color (decimal): -1081394 or 13533167. OLE color: 13533167.

HSL color Cylindrical-coordinate representation of color #EF7FCE: hue angle of 317.68º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7FCE is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 127 206 -
CMYK 0 0.47 0.14 0.06
HSL 317.68º 0.78% 0.72% -
HSV(B) 317.68º 0.47% 0.94% -
XYZ 54.33 37.99 62.86 -
YUV 169.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 239 127 206 0 0.47 0.14 0.06 317.68 0.78 0.72
Hex EF 7F CE 0 2F E 6 13E 4E 48
Octal 357 177 316 0 57 16 6 476 116 110
Binary 11101111 1111111 11001110 0 101111 1110 110 100111110 1001110 1001000

Color Harmonies of #EF7FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7FCE

Black with #EF7FCE

Text Example


Text Example

White with #EF7FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7FCE; }

 p { color: rgb(239,127,206); }

 H1.HeaderClassName
 {
   color: #EF7FCE;
 }
 .AnyTagClassName
 {
   color: #EF7FCE;
 }
</style>

background-color css

<style>
 a { background-color: #EF7FCE; }

 a { background-color: rgb(239,127,206); }

 div.DivClassName
 {
   background-color: #EF7FCE;
 }
 .BgClassName
 {
   background-color: #EF7FCE;
 }
</style>

border-color css

<style>
 span { border-color: #EF7FCE; }

 span { border-color: rgb(239,127,206); }

 td.TdClassName
 {
   border-color: #EF7FCE;
 }
 .TagClassName
 {
   border-color: #EF7FCE;
 }
</style>