Html Css Color HEX #EF92CC Tea Rose

📋 copy color: '#EF92CC'

red 239 ◦ green 146 ◦ blue 204

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

Shades of Tea Rose #EF92CC

Tints of Tea Rose #EF92CC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.79%

 BLUE value IS 204 (80.08% from 255) = 34.63%

R = 40.58%
G = 24.79%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF92CC (or 0xEF92CC) is known color: Tea Rose. HEX triplet: EF, 92 and CC. RGB value is (239,146,204). Sum of RGB (Red+Green+Blue) = 239+146+204=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF92CC is #106D33. Grayscale: #B4B4B4. Windows color (decimal): -1076532 or 13406959. OLE color: 13406959.

HSL color Cylindrical-coordinate representation of color #EF92CC: hue angle of 322.58º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF92CC is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 146 204 -
CMYK 0 0.39 0.15 0.06
HSL 322.58º 0.74% 0.75% -
HSV(B) 322.58º 0.39% 0.94% -
XYZ 56.77 43.27 62.49 -
YUV 180.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 239 146 204 0 0.39 0.15 0.06 322.58 0.74 0.75
Hex EF 92 CC 0 27 F 6 143 4A 4B
Octal 357 222 314 0 47 17 6 503 112 113
Binary 11101111 10010010 11001100 0 100111 1111 110 101000011 1001010 1001011

Color Harmonies of #EF92CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF92CC

Black with #EF92CC

Text Example


Text Example

White with #EF92CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF92CC; }

 p { color: rgb(239,146,204); }

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

background-color css

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

 a { background-color: rgb(239,146,204); }

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

border-color css

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

 span { border-color: rgb(239,146,204); }

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