Html Css Color HEX #EE769A Carissma

📋 copy color: '#EE769A'

red 238 ◦ green 118 ◦ blue 154

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

Shades of Carissma #EE769A

Tints of Carissma #EE769A

RGB

 RED value IS 238 (93.36% from 255) = 46.67%

 GREEN value IS 118 (46.48% from 255) = 23.14%

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

R = 46.67%
G = 23.14%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE769A (or 0xEE769A) is known color: Carissma. HEX triplet: EE, 76 and 9A. RGB value is (238,118,154). Sum of RGB (Red+Green+Blue) = 238+118+154=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE769A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE769A is #118965. Grayscale: #9D9D9D. Windows color (decimal): -1149286 or 10122990. OLE color: 10122990.

HSL color Cylindrical-coordinate representation of color #EE769A: hue angle of 342º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE769A is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 118 154 -
CMYK 0 0.50 0.35 0.07
HSL 342º 0.78% 0.7% -
HSV(B) 342º 0.5% 0.93% -
XYZ 47.57 33.47 34.52 -
YUV 157.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 238 118 154 0 0.50 0.35 0.07 342 0.78 0.7
Hex EE 76 9A 0 32 23 7 156 4E 46
Octal 356 166 232 0 62 43 7 526 116 106
Binary 11101110 1110110 10011010 0 110010 100011 111 101010110 1001110 1000110

Color Harmonies of #EE769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE769A

Black with #EE769A

Text Example


Text Example

White with #EE769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE769A; }

 p { color: rgb(238,118,154); }

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

background-color css

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

 a { background-color: rgb(238,118,154); }

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

border-color css

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

 span { border-color: rgb(238,118,154); }

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