Html Css Color HEX #EA858B Carissma

📋 copy color: '#EA858B'

red 234 ◦ green 133 ◦ blue 139

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

Shades of Carissma #EA858B

Tints of Carissma #EA858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.28%

 BLUE value IS 139 (54.69% from 255) = 27.47%

R = 46.25%
G = 26.28%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA858B (or 0xEA858B) is known color: Carissma. HEX triplet: EA, 85 and 8B. RGB value is (234,133,139). Sum of RGB (Red+Green+Blue) = 234+133+139=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA858B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA858B is #157A74. Grayscale: #A3A3A3. Windows color (decimal): -1407605 or 9143786. OLE color: 9143786.

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

Color convert

RGB 234 133 139 -
CMYK 0 0.43 0.41 0.08
HSL 356.44º 0.71% 0.72% -
HSV(B) 356.44º 0.43% 0.92% -
XYZ 46.98 36.13 28.92 -
YUV 163.88 113.96 178.01 -
System Red Green Blue C M Y K H S L
Decimal 234 133 139 0 0.43 0.41 0.08 356.44 0.71 0.72
Hex EA 85 8B 0 2B 29 8 164 47 48
Octal 352 205 213 0 53 51 10 544 107 110
Binary 11101010 10000101 10001011 0 101011 101001 1000 101100100 1000111 1001000

Color Harmonies of #EA858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA858B

Black with #EA858B

Text Example


Text Example

White with #EA858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA858B; }

 p { color: rgb(234,133,139); }

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

background-color css

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

 a { background-color: rgb(234,133,139); }

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

border-color css

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

 span { border-color: rgb(234,133,139); }

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