Html Css Color HEX #ED8490 Carissma

📋 copy color: '#ED8490'

red 237 ◦ green 132 ◦ blue 144

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

Shades of Carissma #ED8490

Tints of Carissma #ED8490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.73%

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

R = 46.2%
G = 25.73%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED8490 (or 0xED8490) is known color: Carissma. HEX triplet: ED, 84 and 90. RGB value is (237,132,144). Sum of RGB (Red+Green+Blue) = 237+132+144=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8490 is #127B6F. Grayscale: #A4A4A4. Windows color (decimal): -1211248 or 9471213. OLE color: 9471213.

HSL color Cylindrical-coordinate representation of color #ED8490: hue angle of 353.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8490 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 132 144 -
CMYK 0 0.44 0.39 0.07
HSL 353.14º 0.74% 0.72% -
HSV(B) 353.14º 0.44% 0.93% -
XYZ 48.21 36.52 30.89 -
YUV 164.76 116.29 179.52 -
System Red Green Blue C M Y K H S L
Decimal 237 132 144 0 0.44 0.39 0.07 353.14 0.74 0.72
Hex ED 84 90 0 2C 27 7 161 4A 48
Octal 355 204 220 0 54 47 7 541 112 110
Binary 11101101 10000100 10010000 0 101100 100111 111 101100001 1001010 1001000

Color Harmonies of #ED8490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8490

Black with #ED8490

Text Example


Text Example

White with #ED8490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8490; }

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

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

background-color css

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

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

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

border-color css

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

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

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