Html Css Color HEX #EF7E9E Carissma

📋 copy color: '#EF7E9E'

red 239 ◦ green 126 ◦ blue 158

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

Shades of Carissma #EF7E9E

Tints of Carissma #EF7E9E

RGB

 RED value IS 239 (93.75% from 255) = 45.7%

 GREEN value IS 126 (49.61% from 255) = 24.09%

 BLUE value IS 158 (62.11% from 255) = 30.21%

R = 45.7%
G = 24.09%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF7E9E (or 0xEF7E9E) is known color: Carissma. HEX triplet: EF, 7E and 9E. RGB value is (239,126,158). Sum of RGB (Red+Green+Blue) = 239+126+158=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7E9E is #108161. Grayscale: #A3A3A3. Windows color (decimal): -1081698 or 10387183. OLE color: 10387183.

HSL color Cylindrical-coordinate representation of color #EF7E9E: hue angle of 343.01º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7E9E is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 126 158 -
CMYK 0 0.47 0.34 0.06
HSL 343.01º 0.78% 0.72% -
HSV(B) 343.01º 0.47% 0.94% -
XYZ 49.23 35.74 36.65 -
YUV 163.44 124.94 181.9 -
System Red Green Blue C M Y K H S L
Decimal 239 126 158 0 0.47 0.34 0.06 343.01 0.78 0.72
Hex EF 7E 9E 0 2F 22 6 157 4E 48
Octal 357 176 236 0 57 42 6 527 116 110
Binary 11101111 1111110 10011110 0 101111 100010 110 101010111 1001110 1001000

Color Harmonies of #EF7E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E9E

Black with #EF7E9E

Text Example


Text Example

White with #EF7E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E9E; }

 p { color: rgb(239,126,158); }

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

background-color css

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

 a { background-color: rgb(239,126,158); }

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

border-color css

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

 span { border-color: rgb(239,126,158); }

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