Html Css Color HEX #EF7BCD Tea Rose

📋 copy color: '#EF7BCD'

red 239 ◦ green 123 ◦ blue 205

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

Shades of Tea Rose #EF7BCD

Tints of Tea Rose #EF7BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.69%

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 42.15%
G = 21.69%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF7BCD (or 0xEF7BCD) is known color: Tea Rose. HEX triplet: EF, 7B and CD. RGB value is (239,123,205). Sum of RGB (Red+Green+Blue) = 239+123+205=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BCD is #108432. Grayscale: #A6A6A6. Windows color (decimal): -1082419 or 13466607. OLE color: 13466607.

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

Color convert

RGB 239 123 205 -
CMYK 0 0.49 0.14 0.06
HSL 317.59º 0.78% 0.71% -
HSV(B) 317.59º 0.49% 0.94% -
XYZ 53.7 36.92 62.05 -
YUV 167.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 239 123 205 0 0.49 0.14 0.06 317.59 0.78 0.71
Hex EF 7B CD 0 31 E 6 13E 4E 47
Octal 357 173 315 0 61 16 6 476 116 107
Binary 11101111 1111011 11001101 0 110001 1110 110 100111110 1001110 1000111

Color Harmonies of #EF7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BCD

Black with #EF7BCD

Text Example


Text Example

White with #EF7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BCD; }

 p { color: rgb(239,123,205); }

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

background-color css

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

 a { background-color: rgb(239,123,205); }

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

border-color css

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

 span { border-color: rgb(239,123,205); }

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