Html Css Color HEX #ED8CCE Tea Rose

📋 copy color: '#ED8CCE'

red 237 ◦ green 140 ◦ blue 206

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

Shades of Tea Rose #ED8CCE

Tints of Tea Rose #ED8CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.33%

R = 40.65%
G = 24.01%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED8CCE (or 0xED8CCE) is known color: Tea Rose. HEX triplet: ED, 8C and CE. RGB value is (237,140,206). Sum of RGB (Red+Green+Blue) = 237+140+206=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CCE is #127331. Grayscale: #B0B0B0. Windows color (decimal): -1209138 or 13536493. OLE color: 13536493.

HSL color Cylindrical-coordinate representation of color #ED8CCE: hue angle of 319.18º 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 #ED8CCE is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 140 206 -
CMYK 0 0.41 0.13 0.07
HSL 319.18º 0.73% 0.74% -
HSV(B) 319.18º 0.41% 0.93% -
XYZ 55.44 41.22 63.43 -
YUV 176.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 237 140 206 0 0.41 0.13 0.07 319.18 0.73 0.74
Hex ED 8C CE 0 29 D 7 13F 49 4A
Octal 355 214 316 0 51 15 7 477 111 112
Binary 11101101 10001100 11001110 0 101001 1101 111 100111111 1001001 1001010

Color Harmonies of #ED8CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8CCE

Black with #ED8CCE

Text Example


Text Example

White with #ED8CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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