Html Css Color HEX #EA838E Carissma

📋 copy color: '#EA838E'

red 234 ◦ green 131 ◦ blue 142

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

Shades of Carissma #EA838E

Tints of Carissma #EA838E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 46.15%
G = 25.84%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA838E (or 0xEA838E) is known color: Carissma. HEX triplet: EA, 83 and 8E. RGB value is (234,131,142). Sum of RGB (Red+Green+Blue) = 234+131+142=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA838E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA838E is #157C71. Grayscale: #A3A3A3. Windows color (decimal): -1408114 or 9339882. OLE color: 9339882.

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

Color convert

RGB 234 131 142 -
CMYK 0 0.44 0.39 0.08
HSL 353.59º 0.71% 0.72% -
HSV(B) 353.59º 0.44% 0.92% -
XYZ 46.93 35.68 30 -
YUV 163.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 234 131 142 0 0.44 0.39 0.08 353.59 0.71 0.72
Hex EA 83 8E 0 2C 27 8 162 47 48
Octal 352 203 216 0 54 47 10 542 107 110
Binary 11101010 10000011 10001110 0 101100 100111 1000 101100010 1000111 1001000

Color Harmonies of #EA838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA838E

Black with #EA838E

Text Example


Text Example

White with #EA838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA838E; }

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

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

background-color css

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

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

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

border-color css

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

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

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