Html Css Color HEX #EF85CC Tea Rose

📋 copy color: '#EF85CC'

red 239 ◦ green 133 ◦ blue 204

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

Shades of Tea Rose #EF85CC

Tints of Tea Rose #EF85CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.09%

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

R = 41.49%
G = 23.09%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF85CC (or 0xEF85CC) is known color: Tea Rose. HEX triplet: EF, 85 and CC. RGB value is (239,133,204). Sum of RGB (Red+Green+Blue) = 239+133+204=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85CC is #107A33. Grayscale: #ACACAC. Windows color (decimal): -1079860 or 13403631. OLE color: 13403631.

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

Color convert

RGB 239 133 204 -
CMYK 0 0.44 0.15 0.06
HSL 319.81º 0.77% 0.73% -
HSV(B) 319.81º 0.44% 0.94% -
XYZ 54.88 39.49 61.86 -
YUV 172.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 239 133 204 0 0.44 0.15 0.06 319.81 0.77 0.73
Hex EF 85 CC 0 2C F 6 140 4D 49
Octal 357 205 314 0 54 17 6 500 115 111
Binary 11101111 10000101 11001100 0 101100 1111 110 101000000 1001101 1001001

Color Harmonies of #EF85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85CC

Black with #EF85CC

Text Example


Text Example

White with #EF85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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