Html Css Color HEX #EA7C89 Carissma

📋 copy color: '#EA7C89'

red 234 ◦ green 124 ◦ blue 137

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

Shades of Carissma #EA7C89

Tints of Carissma #EA7C89

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.05%

 BLUE value IS 137 (53.91% from 255) = 27.68%

R = 47.27%
G = 25.05%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA7C89 (or 0xEA7C89) is known color: Carissma. HEX triplet: EA, 7C and 89. RGB value is (234,124,137). Sum of RGB (Red+Green+Blue) = 234+124+137=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7C89 is #158376. Grayscale: #9E9E9E. Windows color (decimal): -1409911 or 9010410. OLE color: 9010410.

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

Color convert

RGB 234 124 137 -
CMYK 0 0.47 0.41 0.08
HSL 352.91º 0.72% 0.7% -
HSV(B) 352.91º 0.47% 0.92% -
XYZ 45.65 33.71 27.77 -
YUV 158.37 115.94 181.94 -
System Red Green Blue C M Y K H S L
Decimal 234 124 137 0 0.47 0.41 0.08 352.91 0.72 0.7
Hex EA 7C 89 0 2F 29 8 161 48 46
Octal 352 174 211 0 57 51 10 541 110 106
Binary 11101010 1111100 10001001 0 101111 101001 1000 101100001 1001000 1000110

Color Harmonies of #EA7C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7C89

Black with #EA7C89

Text Example


Text Example

White with #EA7C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7C89; }

 p { color: rgb(234,124,137); }

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

background-color css

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

 a { background-color: rgb(234,124,137); }

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

border-color css

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

 span { border-color: rgb(234,124,137); }

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