Html Css Color HEX #ED808A Carissma

📋 copy color: '#ED808A'

red 237 ◦ green 128 ◦ blue 138

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

Shades of Carissma #ED808A

Tints of Carissma #ED808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.44%

R = 47.12%
G = 25.45%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED808A (or 0xED808A) is known color: Carissma. HEX triplet: ED, 80 and 8A. RGB value is (237,128,138). Sum of RGB (Red+Green+Blue) = 237+128+138=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED808A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED808A is #127F75. Grayscale: #A1A1A1. Windows color (decimal): -1212278 or 9076973. OLE color: 9076973.

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

Color convert

RGB 237 128 138 -
CMYK 0 0.46 0.42 0.07
HSL 354.5º 0.75% 0.72% -
HSV(B) 354.5º 0.46% 0.93% -
XYZ 47.23 35.28 28.36 -
YUV 161.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 237 128 138 0 0.46 0.42 0.07 354.5 0.75 0.72
Hex ED 80 8A 0 2E 2A 7 162 4B 48
Octal 355 200 212 0 56 52 7 542 113 110
Binary 11101101 10000000 10001010 0 101110 101010 111 101100010 1001011 1001000

Color Harmonies of #ED808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED808A

Black with #ED808A

Text Example


Text Example

White with #ED808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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