Html Css Color HEX #ED8089 Carissma

📋 copy color: '#ED8089'

red 237 ◦ green 128 ◦ blue 137

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

Shades of Carissma #ED8089

Tints of Carissma #ED8089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.29%

R = 47.21%
G = 25.5%
B = 27.29%

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

#ED8089 (or 0xED8089) is known color: Carissma. HEX triplet: ED, 80 and 89. RGB value is (237,128,137). Sum of RGB (Red+Green+Blue) = 237+128+137=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8089 is #127F76. Grayscale: #A1A1A1. Windows color (decimal): -1212279 or 9011437. OLE color: 9011437.

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

Color convert

RGB 237 128 137 -
CMYK 0 0.46 0.42 0.07
HSL 355.05º 0.75% 0.72% -
HSV(B) 355.05º 0.46% 0.93% -
XYZ 47.16 35.25 27.99 -
YUV 161.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 237 128 137 0 0.46 0.42 0.07 355.05 0.75 0.72
Hex ED 80 89 0 2E 2A 7 163 4B 48
Octal 355 200 211 0 56 52 7 543 113 110
Binary 11101101 10000000 10001001 0 101110 101010 111 101100011 1001011 1001000

Color Harmonies of #ED8089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8089

Black with #ED8089

Text Example


Text Example

White with #ED8089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8089; }

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

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

background-color css

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

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

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

border-color css

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

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

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