Html Css Color HEX #EA788D Carissma

📋 copy color: '#EA788D'

red 234 ◦ green 120 ◦ blue 141

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

Shades of Carissma #EA788D

Tints of Carissma #EA788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.24%

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

R = 47.27%
G = 24.24%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA788D (or 0xEA788D) is known color: Carissma. HEX triplet: EA, 78 and 8D. RGB value is (234,120,141). Sum of RGB (Red+Green+Blue) = 234+120+141=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA788D is #158772. Grayscale: #9C9C9C. Windows color (decimal): -1410931 or 9271530. OLE color: 9271530.

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

Color convert

RGB 234 120 141 -
CMYK 0 0.49 0.40 0.08
HSL 348.95º 0.73% 0.69% -
HSV(B) 348.95º 0.49% 0.92% -
XYZ 45.46 32.85 29.14 -
YUV 156.48 119.27 183.29 -
System Red Green Blue C M Y K H S L
Decimal 234 120 141 0 0.49 0.40 0.08 348.95 0.73 0.69
Hex EA 78 8D 0 31 28 8 15D 49 45
Octal 352 170 215 0 61 50 10 535 111 105
Binary 11101010 1111000 10001101 0 110001 101000 1000 101011101 1001001 1000101

Color Harmonies of #EA788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA788D

Black with #EA788D

Text Example


Text Example

White with #EA788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA788D; }

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

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

background-color css

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

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

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

border-color css

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

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

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