Html Css Color HEX #EA828A Carissma

📋 copy color: '#EA828A'

red 234 ◦ green 130 ◦ blue 138

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

Shades of Carissma #EA828A

Tints of Carissma #EA828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.49%

R = 46.61%
G = 25.9%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA828A (or 0xEA828A) is known color: Carissma. HEX triplet: EA, 82 and 8A. RGB value is (234,130,138). Sum of RGB (Red+Green+Blue) = 234+130+138=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA828A is #157D75. Grayscale: #A2A2A2. Windows color (decimal): -1408374 or 9077482. OLE color: 9077482.

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

Color convert

RGB 234 130 138 -
CMYK 0 0.44 0.41 0.08
HSL 355.38º 0.71% 0.71% -
HSV(B) 355.38º 0.44% 0.92% -
XYZ 46.5 35.29 28.41 -
YUV 162.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 234 130 138 0 0.44 0.41 0.08 355.38 0.71 0.71
Hex EA 82 8A 0 2C 29 8 163 47 47
Octal 352 202 212 0 54 51 10 543 107 107
Binary 11101010 10000010 10001010 0 101100 101001 1000 101100011 1000111 1000111

Color Harmonies of #EA828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA828A

Black with #EA828A

Text Example


Text Example

White with #EA828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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