Html Css Color HEX #EA8384 Carissma

📋 copy color: '#EA8384'

red 234 ◦ green 131 ◦ blue 132

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

Shades of Carissma #EA8384

Tints of Carissma #EA8384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.36%

 BLUE value IS 132 (51.95% from 255) = 26.56%

R = 47.08%
G = 26.36%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA8384 (or 0xEA8384) is known color: Carissma. HEX triplet: EA, 83 and 84. RGB value is (234,131,132). Sum of RGB (Red+Green+Blue) = 234+131+132=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8384 is #157C7B. Grayscale: #A2A2A2. Windows color (decimal): -1408124 or 8684522. OLE color: 8684522.

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

Color convert

RGB 234 131 132 -
CMYK 0 0.44 0.44 0.08
HSL 359.42º 0.71% 0.72% -
HSV(B) 359.42º 0.44% 0.92% -
XYZ 46.21 35.39 26.23 -
YUV 161.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 234 131 132 0 0.44 0.44 0.08 359.42 0.71 0.72
Hex EA 83 84 0 2C 2C 8 167 47 48
Octal 352 203 204 0 54 54 10 547 107 110
Binary 11101010 10000011 10000100 0 101100 101100 1000 101100111 1000111 1001000

Color Harmonies of #EA8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8384

Black with #EA8384

Text Example


Text Example

White with #EA8384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8384; }

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

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

background-color css

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

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

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

border-color css

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

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

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