Html Css Color HEX #ED7EC4 Tea Rose

📋 copy color: '#ED7EC4'

red 237 ◦ green 126 ◦ blue 196

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

Shades of Tea Rose #ED7EC4

Tints of Tea Rose #ED7EC4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.54%

 BLUE value IS 196 (76.95% from 255) = 35.06%

R = 42.4%
G = 22.54%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED7EC4 (or 0xED7EC4) is known color: Tea Rose. HEX triplet: ED, 7E and C4. RGB value is (237,126,196). Sum of RGB (Red+Green+Blue) = 237+126+196=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7EC4 is #12813B. Grayscale: #A7A7A7. Windows color (decimal): -1212732 or 12877549. OLE color: 12877549.

HSL color Cylindrical-coordinate representation of color #ED7EC4: hue angle of 322.16º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7EC4 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 126 196 -
CMYK 0 0.47 0.17 0.07
HSL 322.16º 0.76% 0.71% -
HSV(B) 322.16º 0.47% 0.93% -
XYZ 52.35 36.91 56.59 -
YUV 167.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 237 126 196 0 0.47 0.17 0.07 322.16 0.76 0.71
Hex ED 7E C4 0 2F 11 7 142 4C 47
Octal 355 176 304 0 57 21 7 502 114 107
Binary 11101101 1111110 11000100 0 101111 10001 111 101000010 1001100 1000111

Color Harmonies of #ED7EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7EC4

Black with #ED7EC4

Text Example


Text Example

White with #ED7EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7EC4; }

 p { color: rgb(237,126,196); }

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

background-color css

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

 a { background-color: rgb(237,126,196); }

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

border-color css

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

 span { border-color: rgb(237,126,196); }

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