Html Css Color HEX #EF7ECB Tea Rose

📋 copy color: '#EF7ECB'

red 239 ◦ green 126 ◦ blue 203

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

Shades of Tea Rose #EF7ECB

Tints of Tea Rose #EF7ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.18%

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

R = 42.08%
G = 22.18%
B = 35.74%

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

#EF7ECB (or 0xEF7ECB) is known color: Tea Rose. HEX triplet: EF, 7E and CB. RGB value is (239,126,203). Sum of RGB (Red+Green+Blue) = 239+126+203=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ECB is #108134. Grayscale: #A8A8A8. Windows color (decimal): -1081653 or 13336303. OLE color: 13336303.

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

Color convert

RGB 239 126 203 -
CMYK 0 0.47 0.15 0.06
HSL 319.12º 0.78% 0.72% -
HSV(B) 319.12º 0.47% 0.94% -
XYZ 53.84 37.58 60.92 -
YUV 168.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 239 126 203 0 0.47 0.15 0.06 319.12 0.78 0.72
Hex EF 7E CB 0 2F F 6 13F 4E 48
Octal 357 176 313 0 57 17 6 477 116 110
Binary 11101111 1111110 11001011 0 101111 1111 110 100111111 1001110 1001000

Color Harmonies of #EF7ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7ECB

Black with #EF7ECB

Text Example


Text Example

White with #EF7ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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