Html Css Color HEX #EF80CB Tea Rose

📋 copy color: '#EF80CB'

red 239 ◦ green 128 ◦ blue 203

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

Shades of Tea Rose #EF80CB

Tints of Tea Rose #EF80CB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.46%

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

R = 41.93%
G = 22.46%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF80CB (or 0xEF80CB) is known color: Tea Rose. HEX triplet: EF, 80 and CB. RGB value is (239,128,203). Sum of RGB (Red+Green+Blue) = 239+128+203=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80CB is #107F34. Grayscale: #A9A9A9. Windows color (decimal): -1081141 or 13336815. OLE color: 13336815.

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

Color convert

RGB 239 128 203 -
CMYK 0 0.46 0.15 0.06
HSL 319.46º 0.78% 0.72% -
HSV(B) 319.46º 0.46% 0.94% -
XYZ 54.1 38.1 61 -
YUV 169.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 239 128 203 0 0.46 0.15 0.06 319.46 0.78 0.72
Hex EF 80 CB 0 2E F 6 13F 4E 48
Octal 357 200 313 0 56 17 6 477 116 110
Binary 11101111 10000000 11001011 0 101110 1111 110 100111111 1001110 1001000

Color Harmonies of #EF80CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF80CB

Black with #EF80CB

Text Example


Text Example

White with #EF80CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF80CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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