Html Css Color HEX #ED8195 Carissma

📋 copy color: '#ED8195'

red 237 ◦ green 129 ◦ blue 149

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

Shades of Carissma #ED8195

Tints of Carissma #ED8195

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.05%

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

R = 46.02%
G = 25.05%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED8195 (or 0xED8195) is known color: Carissma. HEX triplet: ED, 81 and 95. RGB value is (237,129,149). Sum of RGB (Red+Green+Blue) = 237+129+149=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8195 is #127E6A. Grayscale: #A3A3A3. Windows color (decimal): -1212011 or 9798125. OLE color: 9798125.

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

Color convert

RGB 237 129 149 -
CMYK 0 0.46 0.37 0.07
HSL 348.89º 0.75% 0.72% -
HSV(B) 348.89º 0.46% 0.93% -
XYZ 48.2 35.87 32.82 -
YUV 163.57 119.78 180.37 -
System Red Green Blue C M Y K H S L
Decimal 237 129 149 0 0.46 0.37 0.07 348.89 0.75 0.72
Hex ED 81 95 0 2E 25 7 15D 4B 48
Octal 355 201 225 0 56 45 7 535 113 110
Binary 11101101 10000001 10010101 0 101110 100101 111 101011101 1001011 1001000

Color Harmonies of #ED8195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8195

Black with #ED8195

Text Example


Text Example

White with #ED8195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8195; }

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

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

background-color css

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

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

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

border-color css

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

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

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