Html Css Color HEX #ED80A0 Carissma

📋 copy color: '#ED80A0'

red 237 ◦ green 128 ◦ blue 160

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

Shades of Carissma #ED80A0

Tints of Carissma #ED80A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.48%

R = 45.14%
G = 24.38%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED80A0 (or 0xED80A0) is known color: Carissma. HEX triplet: ED, 80 and A0. RGB value is (237,128,160). Sum of RGB (Red+Green+Blue) = 237+128+160=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED80A0 is #127F5F. Grayscale: #A4A4A4. Windows color (decimal): -1212256 or 10518765. OLE color: 10518765.

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

Color convert

RGB 237 128 160 -
CMYK 0 0.46 0.32 0.07
HSL 342.39º 0.75% 0.72% -
HSV(B) 342.39º 0.46% 0.93% -
XYZ 48.99 35.98 37.62 -
YUV 164.24 125.61 179.9 -
System Red Green Blue C M Y K H S L
Decimal 237 128 160 0 0.46 0.32 0.07 342.39 0.75 0.72
Hex ED 80 A0 0 2E 20 7 156 4B 48
Octal 355 200 240 0 56 40 7 526 113 110
Binary 11101101 10000000 10100000 0 101110 100000 111 101010110 1001011 1001000

Color Harmonies of #ED80A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED80A0

Black with #ED80A0

Text Example


Text Example

White with #ED80A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED80A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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