Html Css Color HEX #ED8283 Carissma

📋 copy color: '#ED8283'

red 237 ◦ green 130 ◦ blue 131

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

Shades of Carissma #ED8283

Tints of Carissma #ED8283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.31%

R = 47.59%
G = 26.1%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED8283 (or 0xED8283) is known color: Carissma. HEX triplet: ED, 82 and 83. RGB value is (237,130,131). Sum of RGB (Red+Green+Blue) = 237+130+131=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8283 is #127D7C. Grayscale: #A2A2A2. Windows color (decimal): -1211773 or 8618733. OLE color: 8618733.

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

Color convert

RGB 237 130 131 -
CMYK 0 0.45 0.45 0.07
HSL 359.44º 0.75% 0.72% -
HSV(B) 359.44º 0.45% 0.93% -
XYZ 47 35.61 25.87 -
YUV 162.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 237 130 131 0 0.45 0.45 0.07 359.44 0.75 0.72
Hex ED 82 83 0 2D 2D 7 167 4B 48
Octal 355 202 203 0 55 55 7 547 113 110
Binary 11101101 10000010 10000011 0 101101 101101 111 101100111 1001011 1001000

Color Harmonies of #ED8283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8283

Black with #ED8283

Text Example


Text Example

White with #ED8283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8283; }

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

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

background-color css

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

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

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

border-color css

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

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

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