Html Css Color HEX #ED8CCB Tea Rose

📋 copy color: '#ED8CCB'

red 237 ◦ green 140 ◦ blue 203

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

Shades of Tea Rose #ED8CCB

Tints of Tea Rose #ED8CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.14%

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

R = 40.86%
G = 24.14%
B = 35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED8CCB (or 0xED8CCB) is known color: Tea Rose. HEX triplet: ED, 8C and CB. RGB value is (237,140,203). Sum of RGB (Red+Green+Blue) = 237+140+203=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CCB is #127334. Grayscale: #B0B0B0. Windows color (decimal): -1209141 or 13339885. OLE color: 13339885.

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

Color convert

RGB 237 140 203 -
CMYK 0 0.41 0.14 0.07
HSL 321.03º 0.73% 0.74% -
HSV(B) 321.03º 0.41% 0.93% -
XYZ 55.08 41.07 61.52 -
YUV 176.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 237 140 203 0 0.41 0.14 0.07 321.03 0.73 0.74
Hex ED 8C CB 0 29 E 7 141 49 4A
Octal 355 214 313 0 51 16 7 501 111 112
Binary 11101101 10001100 11001011 0 101001 1110 111 101000001 1001001 1001010

Color Harmonies of #ED8CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8CCB

Black with #ED8CCB

Text Example


Text Example

White with #ED8CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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