Html Css Color HEX #ED8595 Carissma

📋 copy color: '#ED8595'

red 237 ◦ green 133 ◦ blue 149

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

Shades of Carissma #ED8595

Tints of Carissma #ED8595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.71%

R = 45.66%
G = 25.63%
B = 28.71%

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

#ED8595 (or 0xED8595) is known color: Carissma. HEX triplet: ED, 85 and 95. RGB value is (237,133,149). Sum of RGB (Red+Green+Blue) = 237+133+149=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8595 is #127A6A. Grayscale: #A5A5A5. Windows color (decimal): -1210987 or 9799149. OLE color: 9799149.

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

Color convert

RGB 237 133 149 -
CMYK 0 0.44 0.37 0.07
HSL 350.77º 0.74% 0.73% -
HSV(B) 350.77º 0.44% 0.93% -
XYZ 48.74 36.95 33 -
YUV 165.92 118.46 178.7 -
System Red Green Blue C M Y K H S L
Decimal 237 133 149 0 0.44 0.37 0.07 350.77 0.74 0.73
Hex ED 85 95 0 2C 25 7 15F 4A 49
Octal 355 205 225 0 54 45 7 537 112 111
Binary 11101101 10000101 10010101 0 101100 100101 111 101011111 1001010 1001001

Color Harmonies of #ED8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8595

Black with #ED8595

Text Example


Text Example

White with #ED8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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