Html Css Color HEX #ED7ACB Tea Rose

📋 copy color: '#ED7ACB'

red 237 ◦ green 122 ◦ blue 203

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

Shades of Tea Rose #ED7ACB

Tints of Tea Rose #ED7ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.71%

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

R = 42.17%
G = 21.71%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED7ACB (or 0xED7ACB) is known color: Tea Rose. HEX triplet: ED, 7A and CB. RGB value is (237,122,203). Sum of RGB (Red+Green+Blue) = 237+122+203=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ACB is #128534. Grayscale: #A5A5A5. Windows color (decimal): -1213749 or 13335277. OLE color: 13335277.

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

Color convert

RGB 237 122 203 -
CMYK 0 0.49 0.14 0.07
HSL 317.74º 0.76% 0.7% -
HSV(B) 317.74º 0.49% 0.93% -
XYZ 52.66 36.24 60.72 -
YUV 165.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 237 122 203 0 0.49 0.14 0.07 317.74 0.76 0.7
Hex ED 7A CB 0 31 E 7 13E 4C 46
Octal 355 172 313 0 61 16 7 476 114 106
Binary 11101101 1111010 11001011 0 110001 1110 111 100111110 1001100 1000110

Color Harmonies of #ED7ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7ACB

Black with #ED7ACB

Text Example


Text Example

White with #ED7ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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