Html Css Color HEX #E67A94 Carissma

📋 copy color: '#E67A94'

red 230 ◦ green 122 ◦ blue 148

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

Shades of Carissma #E67A94

Tints of Carissma #E67A94

RGB

 RED value IS 230 (90.23% from 255) = 46%

 GREEN value IS 122 (48.05% from 255) = 24.4%

 BLUE value IS 148 (58.2% from 255) = 29.6%

R = 46%
G = 24.4%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E67A94 (or 0xE67A94) is known color: Carissma. HEX triplet: E6, 7A and 94. RGB value is (230,122,148). Sum of RGB (Red+Green+Blue) = 230+122+148=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67A94 is #19856B. Grayscale: #9D9D9D. Windows color (decimal): -1672556 or 9730790. OLE color: 9730790.

HSL color Cylindrical-coordinate representation of color #E67A94: hue angle of 345.56º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67A94 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 122 148 -
CMYK 0 0.47 0.36 0.10
HSL 345.56º 0.68% 0.69% -
HSV(B) 345.56º 0.47% 0.9% -
XYZ 44.94 32.88 32 -
YUV 157.26 122.78 179.89 -
System Red Green Blue C M Y K H S L
Decimal 230 122 148 0 0.47 0.36 0.10 345.56 0.68 0.69
Hex E6 7A 94 0 2F 24 A 15A 44 45
Octal 346 172 224 0 57 44 12 532 104 105
Binary 11100110 1111010 10010100 0 101111 100100 1010 101011010 1000100 1000101

Color Harmonies of #E67A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67A94

Black with #E67A94

Text Example


Text Example

White with #E67A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67A94; }

 p { color: rgb(230,122,148); }

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

background-color css

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

 a { background-color: rgb(230,122,148); }

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

border-color css

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

 span { border-color: rgb(230,122,148); }

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