Html Css Color HEX #ED99AF Illusion

📋 copy color: '#ED99AF'

red 237 ◦ green 153 ◦ blue 175

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

Shades of Illusion #ED99AF

Tints of Illusion #ED99AF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.08%

 BLUE value IS 175 (68.75% from 255) = 30.97%

R = 41.95%
G = 27.08%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED99AF (or 0xED99AF) is known color: Illusion. HEX triplet: ED, 99 and AF. RGB value is (237,153,175). Sum of RGB (Red+Green+Blue) = 237+153+175=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED99AF is #126650. Grayscale: #B4B4B4. Windows color (decimal): -1205841 or 11508205. OLE color: 11508205.

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

Color convert

RGB 237 153 175 -
CMYK 0 0.35 0.26 0.07
HSL 344.29º 0.7% 0.76% -
HSV(B) 344.29º 0.35% 0.93% -
XYZ 54.05 43.88 46.18 -
YUV 180.62 124.83 168.21 -
System Red Green Blue C M Y K H S L
Decimal 237 153 175 0 0.35 0.26 0.07 344.29 0.7 0.76
Hex ED 99 AF 0 23 1A 7 158 46 4C
Octal 355 231 257 0 43 32 7 530 106 114
Binary 11101101 10011001 10101111 0 100011 11010 111 101011000 1000110 1001100

Color Harmonies of #ED99AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED99AF

Black with #ED99AF

Text Example


Text Example

White with #ED99AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED99AF; }

 p { color: rgb(237,153,175); }

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

background-color css

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

 a { background-color: rgb(237,153,175); }

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

border-color css

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

 span { border-color: rgb(237,153,175); }

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