Html Css Color HEX #EA7B9D Carissma

📋 copy color: '#EA7B9D'

red 234 ◦ green 123 ◦ blue 157

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

Shades of Carissma #EA7B9D

Tints of Carissma #EA7B9D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.93%

 BLUE value IS 157 (61.72% from 255) = 30.54%

R = 45.53%
G = 23.93%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA7B9D (or 0xEA7B9D) is known color: Carissma. HEX triplet: EA, 7B and 9D. RGB value is (234,123,157). Sum of RGB (Red+Green+Blue) = 234+123+157=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7B9D is #158462. Grayscale: #A0A0A0. Windows color (decimal): -1410147 or 10320874. OLE color: 10320874.

HSL color Cylindrical-coordinate representation of color #EA7B9D: hue angle of 341.62º degrees, saturation: 0.73, 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 #EA7B9D is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 123 157 -
CMYK 0 0.47 0.33 0.08
HSL 341.62º 0.73% 0.7% -
HSV(B) 341.62º 0.47% 0.92% -
XYZ 47.1 34.09 36 -
YUV 160.07 126.27 180.74 -
System Red Green Blue C M Y K H S L
Decimal 234 123 157 0 0.47 0.33 0.08 341.62 0.73 0.7
Hex EA 7B 9D 0 2F 21 8 156 49 46
Octal 352 173 235 0 57 41 10 526 111 106
Binary 11101010 1111011 10011101 0 101111 100001 1000 101010110 1001001 1000110

Color Harmonies of #EA7B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7B9D

Black with #EA7B9D

Text Example


Text Example

White with #EA7B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7B9D; }

 p { color: rgb(234,123,157); }

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

background-color css

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

 a { background-color: rgb(234,123,157); }

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

border-color css

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

 span { border-color: rgb(234,123,157); }

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