Html Css Color HEX #ED8485 Carissma

📋 copy color: '#ED8485'

red 237 ◦ green 132 ◦ blue 133

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

Shades of Carissma #ED8485

Tints of Carissma #ED8485

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.29%

 BLUE value IS 133 (52.34% from 255) = 26.49%

R = 47.21%
G = 26.29%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED8485 (or 0xED8485) is known color: Carissma. HEX triplet: ED, 84 and 85. RGB value is (237,132,133). Sum of RGB (Red+Green+Blue) = 237+132+133=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8485 is #127B7A. Grayscale: #A3A3A3. Windows color (decimal): -1211259 or 8750317. OLE color: 8750317.

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

Color convert

RGB 237 132 133 -
CMYK 0 0.44 0.44 0.07
HSL 359.43º 0.74% 0.72% -
HSV(B) 359.43º 0.44% 0.93% -
XYZ 47.41 36.2 26.68 -
YUV 163.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 237 132 133 0 0.44 0.44 0.07 359.43 0.74 0.72
Hex ED 84 85 0 2C 2C 7 167 4A 48
Octal 355 204 205 0 54 54 7 547 112 110
Binary 11101101 10000100 10000101 0 101100 101100 111 101100111 1001010 1001000

Color Harmonies of #ED8485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8485

Black with #ED8485

Text Example


Text Example

White with #ED8485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8485; }

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

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

background-color css

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

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

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

border-color css

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

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

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