Html Css Color HEX #ED8FAE Illusion

📋 copy color: '#ED8FAE'

red 237 ◦ green 143 ◦ blue 174

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

Shades of Illusion #ED8FAE

Tints of Illusion #ED8FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.81%

 BLUE value IS 174 (68.36% from 255) = 31.41%

R = 42.78%
G = 25.81%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED8FAE (or 0xED8FAE) is known color: Illusion. HEX triplet: ED, 8F and AE. RGB value is (237,143,174). Sum of RGB (Red+Green+Blue) = 237+143+174=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FAE is #127051. Grayscale: #AEAEAE. Windows color (decimal): -1208402 or 11440109. OLE color: 11440109.

HSL color Cylindrical-coordinate representation of color #ED8FAE: hue angle of 340.21º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FAE is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 143 174 -
CMYK 0 0.40 0.27 0.07
HSL 340.21º 0.72% 0.75% -
HSV(B) 340.21º 0.4% 0.93% -
XYZ 52.39 40.71 45.14 -
YUV 174.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 237 143 174 0 0.40 0.27 0.07 340.21 0.72 0.75
Hex ED 8F AE 0 28 1B 7 154 48 4B
Octal 355 217 256 0 50 33 7 524 110 113
Binary 11101101 10001111 10101110 0 101000 11011 111 101010100 1001000 1001011

Color Harmonies of #ED8FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8FAE

Black with #ED8FAE

Text Example


Text Example

White with #ED8FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8FAE; }

 p { color: rgb(237,143,174); }

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

background-color css

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

 a { background-color: rgb(237,143,174); }

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

border-color css

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

 span { border-color: rgb(237,143,174); }

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