Html Css Color HEX #ED8590 Carissma

📋 copy color: '#ED8590'

red 237 ◦ green 133 ◦ blue 144

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

Shades of Carissma #ED8590

Tints of Carissma #ED8590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.88%

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

R = 46.11%
G = 25.88%
B = 28.02%

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

#ED8590 (or 0xED8590) is known color: Carissma. HEX triplet: ED, 85 and 90. RGB value is (237,133,144). Sum of RGB (Red+Green+Blue) = 237+133+144=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8590 is #127A6F. Grayscale: #A5A5A5. Windows color (decimal): -1210992 or 9471469. OLE color: 9471469.

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

Color convert

RGB 237 133 144 -
CMYK 0 0.44 0.39 0.07
HSL 353.65º 0.74% 0.73% -
HSV(B) 353.65º 0.44% 0.93% -
XYZ 48.35 36.79 30.94 -
YUV 165.35 115.96 179.11 -
System Red Green Blue C M Y K H S L
Decimal 237 133 144 0 0.44 0.39 0.07 353.65 0.74 0.73
Hex ED 85 90 0 2C 27 7 162 4A 49
Octal 355 205 220 0 54 47 7 542 112 111
Binary 11101101 10000101 10010000 0 101100 100111 111 101100010 1001010 1001001

Color Harmonies of #ED8590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8590

Black with #ED8590

Text Example


Text Example

White with #ED8590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8590; }

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

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

background-color css

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

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

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

border-color css

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

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

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