Html Css Color HEX #E77B8A Carissma

📋 copy color: '#E77B8A'

red 231 ◦ green 123 ◦ blue 138

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

Shades of Carissma #E77B8A

Tints of Carissma #E77B8A

RGB

 RED value IS 231 (90.63% from 255) = 46.95%

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

 BLUE value IS 138 (54.3% from 255) = 28.05%

R = 46.95%
G = 25%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E77B8A (or 0xE77B8A) is known color: Carissma. HEX triplet: E7, 7B and 8A. RGB value is (231,123,138). Sum of RGB (Red+Green+Blue) = 231+123+138=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77B8A is #188475. Grayscale: #9D9D9D. Windows color (decimal): -1606774 or 9075687. OLE color: 9075687.

HSL color Cylindrical-coordinate representation of color #E77B8A: hue angle of 351.67º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77B8A is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 123 138 -
CMYK 0 0.47 0.40 0.09
HSL 351.67º 0.69% 0.69% -
HSV(B) 351.67º 0.47% 0.91% -
XYZ 44.63 32.99 28.06 -
YUV 157 117.28 180.78 -
System Red Green Blue C M Y K H S L
Decimal 231 123 138 0 0.47 0.40 0.09 351.67 0.69 0.69
Hex E7 7B 8A 0 2F 28 9 160 45 45
Octal 347 173 212 0 57 50 11 540 105 105
Binary 11100111 1111011 10001010 0 101111 101000 1001 101100000 1000101 1000101

Color Harmonies of #E77B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77B8A

Black with #E77B8A

Text Example


Text Example

White with #E77B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77B8A; }

 p { color: rgb(231,123,138); }

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

background-color css

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

 a { background-color: rgb(231,123,138); }

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

border-color css

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

 span { border-color: rgb(231,123,138); }

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