Html Css Color HEX #ED7ACC Tea Rose

📋 copy color: '#ED7ACC'

red 237 ◦ green 122 ◦ blue 204

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

Shades of Tea Rose #ED7ACC

Tints of Tea Rose #ED7ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 42.1%
G = 21.67%
B = 36.23%

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

#ED7ACC (or 0xED7ACC) is known color: Tea Rose. HEX triplet: ED, 7A and CC. RGB value is (237,122,204). Sum of RGB (Red+Green+Blue) = 237+122+204=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ACC is #128533. Grayscale: #A5A5A5. Windows color (decimal): -1213748 or 13400813. OLE color: 13400813.

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

Color convert

RGB 237 122 204 -
CMYK 0 0.49 0.14 0.07
HSL 317.22º 0.76% 0.7% -
HSV(B) 317.22º 0.49% 0.93% -
XYZ 52.78 36.28 61.35 -
YUV 165.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 237 122 204 0 0.49 0.14 0.07 317.22 0.76 0.7
Hex ED 7A CC 0 31 E 7 13D 4C 46
Octal 355 172 314 0 61 16 7 475 114 106
Binary 11101101 1111010 11001100 0 110001 1110 111 100111101 1001100 1000110

Color Harmonies of #ED7ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7ACC

Black with #ED7ACC

Text Example


Text Example

White with #ED7ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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