Html Css Color HEX #ED7DCB Tea Rose

📋 copy color: '#ED7DCB'

red 237 ◦ green 125 ◦ blue 203

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

Shades of Tea Rose #ED7DCB

Tints of Tea Rose #ED7DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.12%

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

R = 41.95%
G = 22.12%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED7DCB (or 0xED7DCB) is known color: Tea Rose. HEX triplet: ED, 7D and CB. RGB value is (237,125,203). Sum of RGB (Red+Green+Blue) = 237+125+203=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DCB is #128234. Grayscale: #A7A7A7. Windows color (decimal): -1212981 or 13336045. OLE color: 13336045.

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

Color convert

RGB 237 125 203 -
CMYK 0 0.47 0.14 0.07
HSL 318.21º 0.76% 0.71% -
HSV(B) 318.21º 0.47% 0.93% -
XYZ 53.04 36.98 60.84 -
YUV 167.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 237 125 203 0 0.47 0.14 0.07 318.21 0.76 0.71
Hex ED 7D CB 0 2F E 7 13E 4C 47
Octal 355 175 313 0 57 16 7 476 114 107
Binary 11101101 1111101 11001011 0 101111 1110 111 100111110 1001100 1000111

Color Harmonies of #ED7DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DCB

Black with #ED7DCB

Text Example


Text Example

White with #ED7DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DCB; }

 p { color: rgb(237,125,203); }

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

background-color css

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

 a { background-color: rgb(237,125,203); }

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

border-color css

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

 span { border-color: rgb(237,125,203); }

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