Html Css Color HEX #EF85CB Tea Rose

📋 copy color: '#EF85CB'

red 239 ◦ green 133 ◦ blue 203

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

Shades of Tea Rose #EF85CB

Tints of Tea Rose #EF85CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.3%

R = 41.57%
G = 23.13%
B = 35.3%

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

#EF85CB (or 0xEF85CB) is known color: Tea Rose. HEX triplet: EF, 85 and CB. RGB value is (239,133,203). Sum of RGB (Red+Green+Blue) = 239+133+203=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF85CB is #107A34. Grayscale: #ACACAC. Windows color (decimal): -1079861 or 13338095. OLE color: 13338095.

HSL color Cylindrical-coordinate representation of color #EF85CB: hue angle of 320.38º 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 #EF85CB is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 133 203 -
CMYK 0 0.44 0.15 0.06
HSL 320.38º 0.77% 0.73% -
HSV(B) 320.38º 0.44% 0.94% -
XYZ 54.76 39.44 61.23 -
YUV 172.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 239 133 203 0 0.44 0.15 0.06 320.38 0.77 0.73
Hex EF 85 CB 0 2C F 6 140 4D 49
Octal 357 205 313 0 54 17 6 500 115 111
Binary 11101111 10000101 11001011 0 101100 1111 110 101000000 1001101 1001001

Color Harmonies of #EF85CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF85CB

Black with #EF85CB

Text Example


Text Example

White with #EF85CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF85CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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