Html Css Color HEX #ED7FCE Tea Rose

📋 copy color: '#ED7FCE'

red 237 ◦ green 127 ◦ blue 206

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

Shades of Tea Rose #ED7FCE

Tints of Tea Rose #ED7FCE

RGB

 RED value IS 237 (92.97% from 255) = 41.58%

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

 BLUE value IS 206 (80.86% from 255) = 36.14%

R = 41.58%
G = 22.28%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED7FCE (or 0xED7FCE) is known color: Tea Rose. HEX triplet: ED, 7F and CE. RGB value is (237,127,206). Sum of RGB (Red+Green+Blue) = 237+127+206=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FCE is #128031. Grayscale: #A8A8A8. Windows color (decimal): -1212466 or 13533165. OLE color: 13533165.

HSL color Cylindrical-coordinate representation of color #ED7FCE: hue angle of 316.91º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7FCE is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 127 206 -
CMYK 0 0.46 0.13 0.07
HSL 316.91º 0.75% 0.71% -
HSV(B) 316.91º 0.46% 0.93% -
XYZ 53.66 37.64 62.83 -
YUV 168.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 237 127 206 0 0.46 0.13 0.07 316.91 0.75 0.71
Hex ED 7F CE 0 2E D 7 13D 4B 47
Octal 355 177 316 0 56 15 7 475 113 107
Binary 11101101 1111111 11001110 0 101110 1101 111 100111101 1001011 1000111

Color Harmonies of #ED7FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FCE

Black with #ED7FCE

Text Example


Text Example

White with #ED7FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FCE; }

 p { color: rgb(237,127,206); }

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

background-color css

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

 a { background-color: rgb(237,127,206); }

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

border-color css

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

 span { border-color: rgb(237,127,206); }

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