Html Css Color HEX #EA8485 Carissma

📋 copy color: '#EA8485'

red 234 ◦ green 132 ◦ blue 133

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

Shades of Carissma #EA8485

Tints of Carissma #EA8485

RGB

 RED value IS 234 (91.8% from 255) = 46.89%

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

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

R = 46.89%
G = 26.45%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA8485 (or 0xEA8485) is known color: Carissma. HEX triplet: EA, 84 and 85. RGB value is (234,132,133). Sum of RGB (Red+Green+Blue) = 234+132+133=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8485 is #157B7A. Grayscale: #A2A2A2. Windows color (decimal): -1407867 or 8750314. OLE color: 8750314.

HSL color Cylindrical-coordinate representation of color #EA8485: hue angle of 359.41º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8485 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 132 133 -
CMYK 0 0.44 0.43 0.08
HSL 359.41º 0.71% 0.72% -
HSV(B) 359.41º 0.44% 0.92% -
XYZ 46.42 35.69 26.63 -
YUV 162.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 234 132 133 0 0.44 0.43 0.08 359.41 0.71 0.72
Hex EA 84 85 0 2C 2B 8 167 47 48
Octal 352 204 205 0 54 53 10 547 107 110
Binary 11101010 10000100 10000101 0 101100 101011 1000 101100111 1000111 1001000

Color Harmonies of #EA8485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8485

Black with #EA8485

Text Example


Text Example

White with #EA8485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8485; }

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

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

background-color css

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

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

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

border-color css

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

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

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