Html Css Color HEX #ED8291 Carissma

📋 copy color: '#ED8291'

red 237 ◦ green 130 ◦ blue 145

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

Shades of Carissma #ED8291

Tints of Carissma #ED8291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 46.29%
G = 25.39%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED8291 (or 0xED8291) is known color: Carissma. HEX triplet: ED, 82 and 91. RGB value is (237,130,145). Sum of RGB (Red+Green+Blue) = 237+130+145=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8291 is #127D6E. Grayscale: #A3A3A3. Windows color (decimal): -1211759 or 9536237. OLE color: 9536237.

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

Color convert

RGB 237 130 145 -
CMYK 0 0.45 0.39 0.07
HSL 351.59º 0.75% 0.72% -
HSV(B) 351.59º 0.45% 0.93% -
XYZ 48.02 36.01 31.21 -
YUV 163.7 117.45 180.28 -
System Red Green Blue C M Y K H S L
Decimal 237 130 145 0 0.45 0.39 0.07 351.59 0.75 0.72
Hex ED 82 91 0 2D 27 7 160 4B 48
Octal 355 202 221 0 55 47 7 540 113 110
Binary 11101101 10000010 10010001 0 101101 100111 111 101100000 1001011 1001000

Color Harmonies of #ED8291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8291

Black with #ED8291

Text Example


Text Example

White with #ED8291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8291; }

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

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

background-color css

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

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

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

border-color css

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

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

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