Html Css Color HEX #EF7E8E Carissma

📋 copy color: '#EF7E8E'

red 239 ◦ green 126 ◦ blue 142

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

Shades of Carissma #EF7E8E

Tints of Carissma #EF7E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 47.14%
G = 24.85%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF7E8E (or 0xEF7E8E) is known color: Carissma. HEX triplet: EF, 7E and 8E. RGB value is (239,126,142). Sum of RGB (Red+Green+Blue) = 239+126+142=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7E8E is #108171. Grayscale: #A1A1A1. Windows color (decimal): -1081714 or 9338607. OLE color: 9338607.

HSL color Cylindrical-coordinate representation of color #EF7E8E: hue angle of 351.5º 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 #EF7E8E is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 126 142 -
CMYK 0 0.47 0.41 0.06
HSL 351.5º 0.78% 0.72% -
HSV(B) 351.5º 0.47% 0.94% -
XYZ 47.94 35.23 29.86 -
YUV 161.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 239 126 142 0 0.47 0.41 0.06 351.5 0.78 0.72
Hex EF 7E 8E 0 2F 29 6 160 4E 48
Octal 357 176 216 0 57 51 6 540 116 110
Binary 11101111 1111110 10001110 0 101111 101001 110 101100000 1001110 1001000

Color Harmonies of #EF7E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E8E

Black with #EF7E8E

Text Example


Text Example

White with #EF7E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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