Html Css Color HEX #ED8090 Carissma

📋 copy color: '#ED8090'

red 237 ◦ green 128 ◦ blue 144

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

Shades of Carissma #ED8090

Tints of Carissma #ED8090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.29%

R = 46.56%
G = 25.15%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED8090 (or 0xED8090) is known color: Carissma. HEX triplet: ED, 80 and 90. RGB value is (237,128,144). Sum of RGB (Red+Green+Blue) = 237+128+144=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8090 is #127F6F. Grayscale: #A2A2A2. Windows color (decimal): -1212272 or 9470189. OLE color: 9470189.

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

Color convert

RGB 237 128 144 -
CMYK 0 0.46 0.39 0.07
HSL 351.19º 0.75% 0.72% -
HSV(B) 351.19º 0.46% 0.93% -
XYZ 47.68 35.46 30.72 -
YUV 162.42 117.61 181.2 -
System Red Green Blue C M Y K H S L
Decimal 237 128 144 0 0.46 0.39 0.07 351.19 0.75 0.72
Hex ED 80 90 0 2E 27 7 15F 4B 48
Octal 355 200 220 0 56 47 7 537 113 110
Binary 11101101 10000000 10010000 0 101110 100111 111 101011111 1001011 1001000

Color Harmonies of #ED8090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8090

Black with #ED8090

Text Example


Text Example

White with #ED8090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8090; }

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

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

background-color css

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

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

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

border-color css

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

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

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