Html Css Color HEX #ED8486 Carissma

📋 copy color: '#ED8486'

red 237 ◦ green 132 ◦ blue 134

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

Shades of Carissma #ED8486

Tints of Carissma #ED8486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.64%

R = 47.12%
G = 26.24%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED8486 (or 0xED8486) is known color: Carissma. HEX triplet: ED, 84 and 86. RGB value is (237,132,134). Sum of RGB (Red+Green+Blue) = 237+132+134=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8486 is #127B79. Grayscale: #A3A3A3. Windows color (decimal): -1211258 or 8815853. OLE color: 8815853.

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

Color convert

RGB 237 132 134 -
CMYK 0 0.44 0.43 0.07
HSL 358.86º 0.74% 0.72% -
HSV(B) 358.86º 0.44% 0.93% -
XYZ 47.48 36.23 27.04 -
YUV 163.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 237 132 134 0 0.44 0.43 0.07 358.86 0.74 0.72
Hex ED 84 86 0 2C 2B 7 167 4A 48
Octal 355 204 206 0 54 53 7 547 112 110
Binary 11101101 10000100 10000110 0 101100 101011 111 101100111 1001010 1001000

Color Harmonies of #ED8486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8486

Black with #ED8486

Text Example


Text Example

White with #ED8486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8486; }

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

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

background-color css

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

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

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

border-color css

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

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

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