Html Css Color HEX #ED809E Carissma

📋 copy color: '#ED809E'

red 237 ◦ green 128 ◦ blue 158

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

Shades of Carissma #ED809E

Tints of Carissma #ED809E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.21%

R = 45.32%
G = 24.47%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED809E (or 0xED809E) is known color: Carissma. HEX triplet: ED, 80 and 9E. RGB value is (237,128,158). Sum of RGB (Red+Green+Blue) = 237+128+158=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED809E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED809E is #127F61. Grayscale: #A4A4A4. Windows color (decimal): -1212258 or 10387693. OLE color: 10387693.

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

Color convert

RGB 237 128 158 -
CMYK 0 0.46 0.33 0.07
HSL 343.49º 0.75% 0.72% -
HSV(B) 343.49º 0.46% 0.93% -
XYZ 48.82 35.91 36.71 -
YUV 164.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 237 128 158 0 0.46 0.33 0.07 343.49 0.75 0.72
Hex ED 80 9E 0 2E 21 7 157 4B 48
Octal 355 200 236 0 56 41 7 527 113 110
Binary 11101101 10000000 10011110 0 101110 100001 111 101010111 1001011 1001000

Color Harmonies of #ED809E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED809E

Black with #ED809E

Text Example


Text Example

White with #ED809E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED809E; }

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

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

background-color css

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

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

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

border-color css

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

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

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