Html Css Color HEX #EA838D Carissma

📋 copy color: '#EA838D'

red 234 ◦ green 131 ◦ blue 141

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

Shades of Carissma #EA838D

Tints of Carissma #EA838D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 46.25%
G = 25.89%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA838D (or 0xEA838D) is known color: Carissma. HEX triplet: EA, 83 and 8D. RGB value is (234,131,141). Sum of RGB (Red+Green+Blue) = 234+131+141=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA838D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA838D is #157C72. Grayscale: #A3A3A3. Windows color (decimal): -1408115 or 9274346. OLE color: 9274346.

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

Color convert

RGB 234 131 141 -
CMYK 0 0.44 0.40 0.08
HSL 354.17º 0.71% 0.72% -
HSV(B) 354.17º 0.44% 0.92% -
XYZ 46.86 35.65 29.61 -
YUV 162.94 115.62 178.69 -
System Red Green Blue C M Y K H S L
Decimal 234 131 141 0 0.44 0.40 0.08 354.17 0.71 0.72
Hex EA 83 8D 0 2C 28 8 162 47 48
Octal 352 203 215 0 54 50 10 542 107 110
Binary 11101010 10000011 10001101 0 101100 101000 1000 101100010 1000111 1001000

Color Harmonies of #EA838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA838D

Black with #EA838D

Text Example


Text Example

White with #EA838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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