Html Css Color HEX #EA8190 Carissma

📋 copy color: '#EA8190'

red 234 ◦ green 129 ◦ blue 144

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

Shades of Carissma #EA8190

Tints of Carissma #EA8190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.44%

 BLUE value IS 144 (56.64% from 255) = 28.4%

R = 46.15%
G = 25.44%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA8190 (or 0xEA8190) is known color: Carissma. HEX triplet: EA, 81 and 90. RGB value is (234,129,144). Sum of RGB (Red+Green+Blue) = 234+129+144=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8190 is #157E6F. Grayscale: #A2A2A2. Windows color (decimal): -1408624 or 9470442. OLE color: 9470442.

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

Color convert

RGB 234 129 144 -
CMYK 0 0.45 0.38 0.08
HSL 351.43º 0.71% 0.71% -
HSV(B) 351.43º 0.45% 0.92% -
XYZ 46.82 35.21 30.71 -
YUV 162.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 234 129 144 0 0.45 0.38 0.08 351.43 0.71 0.71
Hex EA 81 90 0 2D 26 8 15F 47 47
Octal 352 201 220 0 55 46 10 537 107 107
Binary 11101010 10000001 10010000 0 101101 100110 1000 101011111 1000111 1000111

Color Harmonies of #EA8190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8190

Black with #EA8190

Text Example


Text Example

White with #EA8190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8190; }

 p { color: rgb(234,129,144); }

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

background-color css

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

 a { background-color: rgb(234,129,144); }

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

border-color css

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

 span { border-color: rgb(234,129,144); }

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