Html Css Color HEX #ED819E Carissma

📋 copy color: '#ED819E'

red 237 ◦ green 129 ◦ blue 158

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

Shades of Carissma #ED819E

Tints of Carissma #ED819E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.62%

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

R = 45.23%
G = 24.62%
B = 30.15%

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

#ED819E (or 0xED819E) is known color: Carissma. HEX triplet: ED, 81 and 9E. RGB value is (237,129,158). Sum of RGB (Red+Green+Blue) = 237+129+158=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED819E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED819E is #127E61. Grayscale: #A4A4A4. Windows color (decimal): -1212002 or 10387949. OLE color: 10387949.

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

Color convert

RGB 237 129 158 -
CMYK 0 0.46 0.33 0.07
HSL 343.89º 0.75% 0.72% -
HSV(B) 343.89º 0.46% 0.93% -
XYZ 48.95 36.17 36.75 -
YUV 164.6 124.28 179.64 -
System Red Green Blue C M Y K H S L
Decimal 237 129 158 0 0.46 0.33 0.07 343.89 0.75 0.72
Hex ED 81 9E 0 2E 21 7 158 4B 48
Octal 355 201 236 0 56 41 7 530 113 110
Binary 11101101 10000001 10011110 0 101110 100001 111 101011000 1001011 1001000

Color Harmonies of #ED819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED819E

Black with #ED819E

Text Example


Text Example

White with #ED819E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED819E; }

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

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

background-color css

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

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

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

border-color css

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

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

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