Html Css Color HEX #EA759C Carissma

📋 copy color: '#EA759C'

red 234 ◦ green 117 ◦ blue 156

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

Shades of Carissma #EA759C

Tints of Carissma #EA759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.08%

 BLUE value IS 156 (61.33% from 255) = 30.77%

R = 46.15%
G = 23.08%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA759C (or 0xEA759C) is known color: Carissma. HEX triplet: EA, 75 and 9C. RGB value is (234,117,156). Sum of RGB (Red+Green+Blue) = 234+117+156=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA759C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA759C is #158A63. Grayscale: #9C9C9C. Windows color (decimal): -1411684 or 10253802. OLE color: 10253802.

HSL color Cylindrical-coordinate representation of color #EA759C: hue angle of 340º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA759C is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 117 156 -
CMYK 0 0.5 0.33 0.08
HSL 340º 0.74% 0.69% -
HSV(B) 340º 0.5% 0.92% -
XYZ 46.29 32.62 35.31 -
YUV 156.43 127.76 183.33 -
System Red Green Blue C M Y K H S L
Decimal 234 117 156 0 0.5 0.33 0.08 340 0.74 0.69
Hex EA 75 9C 0 32 21 8 154 4A 45
Octal 352 165 234 0 62 41 10 524 112 105
Binary 11101010 1110101 10011100 0 110010 100001 1000 101010100 1001010 1000101

Color Harmonies of #EA759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA759C

Black with #EA759C

Text Example


Text Example

White with #EA759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA759C; }

 p { color: rgb(234,117,156); }

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

background-color css

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

 a { background-color: rgb(234,117,156); }

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

border-color css

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

 span { border-color: rgb(234,117,156); }

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