Html Css Color HEX #ED8CCF Tea Rose

📋 copy color: '#ED8CCF'

red 237 ◦ green 140 ◦ blue 207

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

Shades of Tea Rose #ED8CCF

Tints of Tea Rose #ED8CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.45%

R = 40.58%
G = 23.97%
B = 35.45%

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

#ED8CCF (or 0xED8CCF) is known color: Tea Rose. HEX triplet: ED, 8C and CF. RGB value is (237,140,207). Sum of RGB (Red+Green+Blue) = 237+140+207=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CCF is #127330. Grayscale: #B0B0B0. Windows color (decimal): -1209137 or 13602029. OLE color: 13602029.

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

Color convert

RGB 237 140 207 -
CMYK 0 0.41 0.13 0.07
HSL 318.56º 0.73% 0.74% -
HSV(B) 318.56º 0.41% 0.93% -
XYZ 55.57 41.27 64.07 -
YUV 176.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 237 140 207 0 0.41 0.13 0.07 318.56 0.73 0.74
Hex ED 8C CF 0 29 D 7 13F 49 4A
Octal 355 214 317 0 51 15 7 477 111 112
Binary 11101101 10001100 11001111 0 101001 1101 111 100111111 1001001 1001010

Color Harmonies of #ED8CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8CCF

Black with #ED8CCF

Text Example


Text Example

White with #ED8CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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