Html Css Color HEX #ED7BCD Tea Rose

📋 copy color: '#ED7BCD'

red 237 ◦ green 123 ◦ blue 205

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

Shades of Tea Rose #ED7BCD

Tints of Tea Rose #ED7BCD

RGB

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

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

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

R = 41.95%
G = 21.77%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED7BCD (or 0xED7BCD) is known color: Tea Rose. HEX triplet: ED, 7B and CD. RGB value is (237,123,205). Sum of RGB (Red+Green+Blue) = 237+123+205=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BCD is #128432. Grayscale: #A6A6A6. Windows color (decimal): -1213491 or 13466605. OLE color: 13466605.

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

Color convert

RGB 237 123 205 -
CMYK 0 0.48 0.14 0.07
HSL 316.84º 0.76% 0.71% -
HSV(B) 316.84º 0.48% 0.93% -
XYZ 53.03 36.58 62.02 -
YUV 166.43 149.77 178.33 -
System Red Green Blue C M Y K H S L
Decimal 237 123 205 0 0.48 0.14 0.07 316.84 0.76 0.71
Hex ED 7B CD 0 30 E 7 13D 4C 47
Octal 355 173 315 0 60 16 7 475 114 107
Binary 11101101 1111011 11001101 0 110000 1110 111 100111101 1001100 1000111

Color Harmonies of #ED7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BCD

Black with #ED7BCD

Text Example


Text Example

White with #ED7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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