Html Css Color HEX #ED819C Carissma

📋 copy color: '#ED819C'

red 237 ◦ green 129 ◦ blue 156

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

Shades of Carissma #ED819C

Tints of Carissma #ED819C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.89%

R = 45.4%
G = 24.71%
B = 29.89%

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

#ED819C (or 0xED819C) is known color: Carissma. HEX triplet: ED, 81 and 9C. RGB value is (237,129,156). Sum of RGB (Red+Green+Blue) = 237+129+156=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED819C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED819C is #127E63. Grayscale: #A4A4A4. Windows color (decimal): -1212004 or 10256877. OLE color: 10256877.

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

Color convert

RGB 237 129 156 -
CMYK 0 0.46 0.34 0.07
HSL 345º 0.75% 0.72% -
HSV(B) 345º 0.46% 0.93% -
XYZ 48.78 36.11 35.85 -
YUV 164.37 123.28 179.8 -
System Red Green Blue C M Y K H S L
Decimal 237 129 156 0 0.46 0.34 0.07 345 0.75 0.72
Hex ED 81 9C 0 2E 22 7 159 4B 48
Octal 355 201 234 0 56 42 7 531 113 110
Binary 11101101 10000001 10011100 0 101110 100010 111 101011001 1001011 1001000

Color Harmonies of #ED819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED819C

Black with #ED819C

Text Example


Text Example

White with #ED819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED819C; }

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

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

background-color css

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

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

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

border-color css

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

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

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