Html Css Color HEX #EF7FCB Tea Rose

📋 copy color: '#EF7FCB'

red 239 ◦ green 127 ◦ blue 203

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

Shades of Tea Rose #EF7FCB

Tints of Tea Rose #EF7FCB

RGB

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

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

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

R = 42%
G = 22.32%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF7FCB (or 0xEF7FCB) is known color: Tea Rose. HEX triplet: EF, 7F and CB. RGB value is (239,127,203). Sum of RGB (Red+Green+Blue) = 239+127+203=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FCB is #108034. Grayscale: #A8A8A8. Windows color (decimal): -1081397 or 13336559. OLE color: 13336559.

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

Color convert

RGB 239 127 203 -
CMYK 0 0.47 0.15 0.06
HSL 319.29º 0.78% 0.72% -
HSV(B) 319.29º 0.47% 0.94% -
XYZ 53.97 37.84 60.96 -
YUV 169.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 239 127 203 0 0.47 0.15 0.06 319.29 0.78 0.72
Hex EF 7F CB 0 2F F 6 13F 4E 48
Octal 357 177 313 0 57 17 6 477 116 110
Binary 11101111 1111111 11001011 0 101111 1111 110 100111111 1001110 1001000

Color Harmonies of #EF7FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7FCB

Black with #EF7FCB

Text Example


Text Example

White with #EF7FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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