Html Css Color HEX #EA8283 Carissma

📋 copy color: '#EA8283'

red 234 ◦ green 130 ◦ blue 131

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

Shades of Carissma #EA8283

Tints of Carissma #EA8283

RGB

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

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

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

R = 47.27%
G = 26.26%
B = 26.46%

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

#EA8283 (or 0xEA8283) is known color: Carissma. HEX triplet: EA, 82 and 83. RGB value is (234,130,131). Sum of RGB (Red+Green+Blue) = 234+130+131=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8283 is #157D7C. Grayscale: #A1A1A1. Windows color (decimal): -1408381 or 8618730. OLE color: 8618730.

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

Color convert

RGB 234 130 131 -
CMYK 0 0.44 0.44 0.08
HSL 359.42º 0.71% 0.71% -
HSV(B) 359.42º 0.44% 0.92% -
XYZ 46.01 35.1 25.82 -
YUV 161.21 110.96 179.92 -
System Red Green Blue C M Y K H S L
Decimal 234 130 131 0 0.44 0.44 0.08 359.42 0.71 0.71
Hex EA 82 83 0 2C 2C 8 167 47 47
Octal 352 202 203 0 54 54 10 547 107 107
Binary 11101010 10000010 10000011 0 101100 101100 1000 101100111 1000111 1000111

Color Harmonies of #EA8283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8283

Black with #EA8283

Text Example


Text Example

White with #EA8283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8283; }

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

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

background-color css

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

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

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

border-color css

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

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

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