Html Css Color HEX #ED8ACB Tea Rose

📋 copy color: '#ED8ACB'

red 237 ◦ green 138 ◦ blue 203

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

Shades of Tea Rose #ED8ACB

Tints of Tea Rose #ED8ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.88%

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

R = 41%
G = 23.88%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED8ACB (or 0xED8ACB) is known color: Tea Rose. HEX triplet: ED, 8A and CB. RGB value is (237,138,203). Sum of RGB (Red+Green+Blue) = 237+138+203=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8ACB is #127534. Grayscale: #AEAEAE. Windows color (decimal): -1209653 or 13339373. OLE color: 13339373.

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

Color convert

RGB 237 138 203 -
CMYK 0 0.42 0.14 0.07
HSL 320.61º 0.73% 0.74% -
HSV(B) 320.61º 0.42% 0.93% -
XYZ 54.79 40.49 61.43 -
YUV 175.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 237 138 203 0 0.42 0.14 0.07 320.61 0.73 0.74
Hex ED 8A CB 0 2A E 7 141 49 4A
Octal 355 212 313 0 52 16 7 501 111 112
Binary 11101101 10001010 11001011 0 101010 1110 111 101000001 1001001 1001010

Color Harmonies of #ED8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8ACB

Black with #ED8ACB

Text Example


Text Example

White with #ED8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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