Html Css Color HEX #ED8596 Carissma

📋 copy color: '#ED8596'

red 237 ◦ green 133 ◦ blue 150

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

Shades of Carissma #ED8596

Tints of Carissma #ED8596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.85%

R = 45.58%
G = 25.58%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED8596 (or 0xED8596) is known color: Carissma. HEX triplet: ED, 85 and 96. RGB value is (237,133,150). Sum of RGB (Red+Green+Blue) = 237+133+150=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8596 is #127A69. Grayscale: #A6A6A6. Windows color (decimal): -1210986 or 9864685. OLE color: 9864685.

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

Color convert

RGB 237 133 150 -
CMYK 0 0.44 0.37 0.07
HSL 350.19º 0.74% 0.73% -
HSV(B) 350.19º 0.44% 0.93% -
XYZ 48.82 36.98 33.42 -
YUV 166.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 237 133 150 0 0.44 0.37 0.07 350.19 0.74 0.73
Hex ED 85 96 0 2C 25 7 15E 4A 49
Octal 355 205 226 0 54 45 7 536 112 111
Binary 11101101 10000101 10010110 0 101100 100101 111 101011110 1001010 1001001

Color Harmonies of #ED8596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8596

Black with #ED8596

Text Example


Text Example

White with #ED8596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8596; }

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

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

background-color css

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

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

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

border-color css

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

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

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