Html Css Color HEX #E07B9A Carissma

📋 copy color: '#E07B9A'

red 224 ◦ green 123 ◦ blue 154

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

Shades of Carissma #E07B9A

Tints of Carissma #E07B9A

RGB

 RED value IS 224 (87.89% from 255) = 44.71%

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

 BLUE value IS 154 (60.55% from 255) = 30.74%

R = 44.71%
G = 24.55%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E07B9A (or 0xE07B9A) is known color: Carissma. HEX triplet: E0, 7B and 9A. RGB value is (224,123,154). Sum of RGB (Red+Green+Blue) = 224+123+154=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07B9A is #1F8465. Grayscale: #9C9C9C. Windows color (decimal): -2065510 or 10124256. OLE color: 10124256.

HSL color Cylindrical-coordinate representation of color #E07B9A: hue angle of 341.58º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07B9A is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 123 154 -
CMYK 0 0.45 0.31 0.12
HSL 341.58º 0.62% 0.68% -
HSV(B) 341.58º 0.45% 0.88% -
XYZ 43.66 32.35 34.51 -
YUV 156.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 224 123 154 0 0.45 0.31 0.12 341.58 0.62 0.68
Hex E0 7B 9A 0 2D 1F C 156 3E 44
Octal 340 173 232 0 55 37 14 526 76 104
Binary 11100000 1111011 10011010 0 101101 11111 1100 101010110 111110 1000100

Color Harmonies of #E07B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07B9A

Black with #E07B9A

Text Example


Text Example

White with #E07B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07B9A; }

 p { color: rgb(224,123,154); }

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

background-color css

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

 a { background-color: rgb(224,123,154); }

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

border-color css

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

 span { border-color: rgb(224,123,154); }

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