Html Css Color HEX #ED8295 Carissma

📋 copy color: '#ED8295'

red 237 ◦ green 130 ◦ blue 149

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

Shades of Carissma #ED8295

Tints of Carissma #ED8295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.19%

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

R = 45.93%
G = 25.19%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED8295 (or 0xED8295) is known color: Carissma. HEX triplet: ED, 82 and 95. RGB value is (237,130,149). Sum of RGB (Red+Green+Blue) = 237+130+149=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8295 is #127D6A. Grayscale: #A4A4A4. Windows color (decimal): -1211755 or 9798381. OLE color: 9798381.

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

Color convert

RGB 237 130 149 -
CMYK 0 0.45 0.37 0.07
HSL 349.35º 0.75% 0.72% -
HSV(B) 349.35º 0.45% 0.93% -
XYZ 48.33 36.14 32.86 -
YUV 164.16 119.45 179.96 -
System Red Green Blue C M Y K H S L
Decimal 237 130 149 0 0.45 0.37 0.07 349.35 0.75 0.72
Hex ED 82 95 0 2D 25 7 15D 4B 48
Octal 355 202 225 0 55 45 7 535 113 110
Binary 11101101 10000010 10010101 0 101101 100101 111 101011101 1001011 1001000

Color Harmonies of #ED8295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8295

Black with #ED8295

Text Example


Text Example

White with #ED8295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8295; }

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

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

background-color css

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

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

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

border-color css

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

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

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