Html Css Color HEX #ED809D Carissma

📋 copy color: '#ED809D'

red 237 ◦ green 128 ◦ blue 157

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

Shades of Carissma #ED809D

Tints of Carissma #ED809D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.52%

 BLUE value IS 157 (61.72% from 255) = 30.08%

R = 45.4%
G = 24.52%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED809D (or 0xED809D) is known color: Carissma. HEX triplet: ED, 80 and 9D. RGB value is (237,128,157). Sum of RGB (Red+Green+Blue) = 237+128+157=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED809D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED809D is #127F62. Grayscale: #A3A3A3. Windows color (decimal): -1212259 or 10322157. OLE color: 10322157.

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

Color convert

RGB 237 128 157 -
CMYK 0 0.46 0.34 0.07
HSL 344.04º 0.75% 0.72% -
HSV(B) 344.04º 0.46% 0.93% -
XYZ 48.73 35.88 36.25 -
YUV 163.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 237 128 157 0 0.46 0.34 0.07 344.04 0.75 0.72
Hex ED 80 9D 0 2E 22 7 158 4B 48
Octal 355 200 235 0 56 42 7 530 113 110
Binary 11101101 10000000 10011101 0 101110 100010 111 101011000 1001011 1001000

Color Harmonies of #ED809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED809D

Black with #ED809D

Text Example


Text Example

White with #ED809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED809D; }

 p { color: rgb(237,128,157); }

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

background-color css

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

 a { background-color: rgb(237,128,157); }

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

border-color css

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

 span { border-color: rgb(237,128,157); }

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